home *** CD-ROM | disk | FTP | other *** search
- Path: sn.no!usenet
- From: elvemo@sn.no (Rune Elvemo)
- Newsgroups: comp.sys.amiga.programmer
- Subject: BOOPSI doesn't react on the GA_RelRight tag...
- Date: Tue, 16 Jan 1996 14:31:01 GMT
- Organization: SN Internett
- Message-ID: <4dgc3k$us@hasle.sn.no>
- NNTP-Posting-Host: af-04.kvadraturen.vgs.no
- X-Newsreader: Forte Free Agent 1.0.82
-
- I am currently writing a program, and I need to place two prop gadgets
- in the borders of the window.
- If I specify the GA_RelRight tag, it sets the LeftEdge coordinate to
- 1. The gadget is not visible either.
-
- The only way I have managed to use RelRight coordinates, is to change
- the Gadget structure after making the gadget.
-
- Shouldn't the gadget use RelRight coordinates if you write the
- following in the TagList:
- 'GA_RelRight, TRUE,'
-
- I can't understand why this happens. I set the LeftEdge coordinate to
- a negative one, after specifying GA_RelRight.
-
- Could it be my compiler? If I do not specify the GA_RelRight tag, it
- all works like it should.
-
- Thanks for your help, in advance!
-
-
- Rune Elvemo
- elvemo@oslonett.no
-
-